-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed obsolete PrintInfo() function from G4muDarkBremsstrahlung #38949
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38949/31390
|
A new Pull Request was created by @revering for master. It involves the following packages:
@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test for CMSSW_12_5_G4VECGEOM_X |
@revering , please, add he fix of G4muDarkBremsstahlungModel: substitute element->GetA() by element->GetN() and double muMass = dp->GetDefinition()->GetPDGMass(); instead of hardcoded muon mass. |
9b950d0
to
9ae07b6
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38949/31395
|
Pull request #38949 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
…le definition instead of hardcoded value and use GetN instead of GetA to get target nucleon number. Implement code-format fix for G4muDarkBremsstrahlungModel Change G4muDarkBremsstrahlungModel to use Geant4 muon mass for muon_mass_mev as well as GeV muon mass.
9ae07b6
to
84f5634
Compare
I've implemented the change to GetN() and using the Geant4 muon particle definition to get the muon mass instead of a hardcoded value. The muon mass is used in many functions, so I added it as a class member and initialized it with |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38949/31396
|
Pull request #38949 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
@revering Please also backport this to 12_4_X |
please test |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
@revering , please make modification in 10_6 PR, make also backport of this PR to 12_4. |
+1 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-72030c/26615/summary.html Comparison SummarySummary:
|
Removed PrintInfo() function from G4muDarkBremsstrahlung to resolve #38935
The process generation ran successfully with PrintInfo() removed, and hopefully its removal will fix the IB compiler errors noted in the issue.